home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / bibl859f.zip / BIBLSW.ZIP / BIBL.HLP < prev    next >
Text File  |  1994-03-11  |  14KB  |  304 lines

  1.  
  2.                 ▒█████ ▒██▒██ ▒█ ▒█  ▒█            ▒█
  3.            ┌─── ▒█ ■▄▄ ▒█▒█▒█ ▒█ ▒█ ▒███ ▒███ ▒███ ▒██ ────┐
  4.            │    ▒█  ▒█ ▒█  ▒█ ▒█ ▒█  ▒█   ▄▒█ ▒█ █ ▒█      │
  5.            │    ▒█████ ▒█  ▒█ ▒████  ▒██ ▒███ ▒█ █ ▒███    │
  6.            └───────────────────────────────────────────────┘
  7.  
  8.              A few tips on getting the most out of BIBL...
  9.  
  10.   o  If you have several databases, give the one you use most often
  11.      a name that sorts first in the list of your databases...that
  12.      will cause that database to display first in your selection
  13.      pick-list and can be activated by simply pressing RETURN
  14.      (or hitting escape). You can specify a database on the
  15.      command line, if desired: e.g., C:\BIBL>BIBL DEMO [return]
  16.      would load the demo database as the program started.
  17.  
  18.   o  Be sure to put a hyphen between terms used in your keyword
  19.      field.  BIBL considers anything with a space on either side
  20.      of it a 'word' when indexing. BIBL will index up to 9 'words'
  21.      in the keyword field.
  22.  
  23.   o  If you need to vary the order of fields in a particular
  24.      report, use User-Selects option under export. With this
  25.      option you specify which fields are included in a report,
  26.      the order in which they appear within a given entry, and
  27.      the order in which entries are sorted.
  28.  
  29.   o  If you're running BIBL under Microsoft Windows (3.1),
  30.      the SAVE option (enabling you to dump to disk any
  31.      individual record that's displaying) changes to
  32.      the CLIP option.  Clicking on CLIP (or pressing C)
  33.      will copy the record to the Windows clipboard...where
  34.      you can paste it into any other Windows application.
  35.      The author, title, publisher and notes fields
  36.      are copied.  Should you lose the PIF file included
  37.      with BIBL, enter 460 in the RAM required field when
  38.      creating a new one.
  39.  
  40.   o  You can link text files to BIBL records (just put
  41.      the full path name for the file in the LINK: field).
  42.      When a record displays, if there is a linked text
  43.      file, a [ T ] appears on the record. Press L and
  44.      BIBL will show you the file.  BIBL defaults to using
  45.      its built-in ASCII viewer (capable of browsing files
  46.      of any size). If your linked file isn't ASCII, be
  47.      sure to install an external editor (under Maintenance)
  48.      so the files will appear in their proper form. Note
  49.      that using an external editor for linked files
  50.      requires that you store the full path name in the
  51.      record's LINK: field (so the external program can
  52.      find it!).
  53.  
  54.      If you are using the registered version of BIBL, you
  55.      can link IMAGE files to records in your database. If
  56.      you want to use PCX image files (we recommend them),
  57.      you can use the utility program BIBLPCX as your
  58.      viewer.  Just add the path to BIBLPCX.EXE in your
  59.      BIBL.INI file....you'll have a seamless way to display
  60.      PCX files.  Any viewer can be used but it must accept
  61.      a file name on the command line--since BIBL will call
  62.      the program and pass along the name of the linked
  63.      image file.
  64.  
  65.      When a record has an image file attached, a [I]
  66.      marker appears in the lower left corner of the
  67.      record display.  When a text file is attached,
  68.      a [T] appears.  BIBL bases the file type on its
  69.      extension (PCX,GIF,TIF,IMG, or WPG yield an [I],
  70.      any other extension, a [T]).
  71.  
  72.   o  Note that when you search without using an indexed
  73.      field (that is, you search by publisher, location,
  74.      full record or boolean), BIBL will first scan the
  75.      entire database and note the matching records. You will
  76.      then see the matches and be able to move quickly
  77.      between them.  Indexed search matches are also collected
  78.      prior to display but since an index is used, the
  79.      collection process takes very little time, even for
  80.      large (5000+) databases.
  81.  
  82.   o  If you want to sort your database by author (and within
  83.      author, by title):
  84.  
  85.      (1) run the BIX output option from the Export menu
  86.  
  87.      (2) use 'make a database' under the Maintenance and
  88.          create a new (empty) database.
  89.  
  90.      (3) via ASCII import under Maintenance, import the
  91.          BIX file created in step (1) into your new database.
  92.  
  93.      Database is now sorted. You can delete your original database
  94.      if desired.
  95.  
  96.   o  Enter data into your records just as you'd like it to appear
  97.      in subsequent export files (e.g., enter Smith, John A. for the
  98.      author, not John A. Smith).
  99.  
  100.   o  Data is stored in UPPER CASE in the various BIBL index files,
  101.      but you may use any case when entering search requests. Your
  102.      input is converted to upper case before comparison with the
  103.      index is made.
  104.  
  105.   o  If you should experience a problem with a particular database,
  106.      run BIBLTOOL to rebuild the file(s).
  107.  
  108.   o  If you're using the REGISTERED version of BIBL, you might
  109.      want to experiment with various HEAP= settings in BIBL.INI.
  110.      The default is HEAP=20000.  If you have sufficient free
  111.      RAM, you can increase this number and improve BIBL's
  112.      performance.  Here's are the results of a benchmark we
  113.      ran on index rebuilding (386/25 PC w/ 600K free RAM at
  114.      the DOS prompt) with 1043 records in the test database.
  115.  
  116.      HEAP=20000   4 minutes 20 seconds to rebuild the index
  117.      HEAP=45000   2 minutes 15 seconds
  118.      HEAP=110000  1 minute 25 seconds
  119.      HEAP=200000  55 seconds
  120.  
  121.      If you have sufficent EMS memory available, you can ignore
  122.      the HEAP= entry in BIBL.INI.  With 600K EMS memory, BIBL
  123.      completes the same rebuild shown above in 1 minute 7 seconds
  124.      (pretty close to the HEAP=110000 value).
  125.  
  126.      If you want to use conventional memory instead of
  127.      EMS (for example, perhaps you only have 250K of
  128.      EMS available), enter the line EMS=No in your
  129.      BIBL.INI file.  Then set the HEAP= line to control
  130.      conventional RAM usage.
  131.  
  132.   o  If you find you need to make massive changes to a particular
  133.      database (more than you can easily handle with BIBL's find
  134.      & replace function), remember you can dump a database to a
  135.      BIX file (option J under Export) and then process the
  136.      resulting ASCII (BIX) file with a word processor. Be
  137.      sure to save the BIX file as an ASCII file (see note
  138.      about WordPefect below). When you've finished, just import
  139.      the data back into a NEW database and when you're sure it
  140.      went well, delete the original.
  141.  
  142.      WordPerfect Users: If you use WordPerfect to make your
  143.      changes, be sure to save the BIX file using CTRL-F5 not F7!
  144.      BIBL won't import a BIX file that's saved via the F7 key
  145.      (since F7 saves the file as a WordPerfect (extended Ascii)
  146.      document!
  147.  
  148.   o  You can use the BIX export format (under EXPORT) to backup
  149.      your database and the ASCII Import function to read it back
  150.      into a database. Since the labelled output file contains
  151.      only the data in each field (not the extra spaces or the empty
  152.      fields), the file is often 50%-70% smaller than your
  153.      *.DAT file.  When imported, new indexes will be built.
  154.  
  155.   o  You can also back up your database with any of three
  156.      third-party archiving programs: PKZIP.EXE, LHA.EXE or
  157.      ARJ.EXE.  If you have one of these packages, just
  158.      put the program in your BIBL subdirectory (or in a
  159.      subdirectory that's in your DOS path). BIBL will use
  160.      the program to create an archive backup of your
  161.      active database and index files (Maintenance menu).
  162.  
  163.   o  When you want to transfer records from one database to
  164.      another you can use the 'T' (for Transfer) option when
  165.      the record you want to move displays. This writes a
  166.      copy of the record to the ASCII file, TRANSFER.BIX.
  167.      (the BIX extension stands for BIBL Import/eXport).
  168.      Each time you press 'T' the record displaying is
  169.      ADDED to the TRANSFER.BIX file.  When you have put all
  170.      the things you want to move into TRANSFER.BIX, use
  171.      ASCII Import to read these records into another database.
  172.  
  173.      Tip: If you want to move a lot of records that have
  174.      something in common, use the [F]ull search option on the
  175.      search menu. Then you can move through the matches by
  176.      pressing F or B and transfer the desired records by
  177.      pressing T when they display.
  178.  
  179.   o  Registered Version:  You can select a group of records
  180.      to transfer to another database by using the Bibliography
  181.      (BIBLIO) function after a search--just select DATABASE
  182.      format and BIBL will create a new, indexed database that
  183.      contains the matches to your query. If desired, you can
  184.      have BIBL delete the records from the original file as
  185.      they're moved to the new database.  If you want to move
  186.      these records into an existing database, just create a
  187.      BIX file of the new database, then import it into another
  188.      existing database.  You can then delete the interim
  189.      'transfer' database if desired.
  190.  
  191.   o  You can have BIBL insert text codes (~ON~ and ~OFF~)
  192.      around titles in bibliography files, if desired.  With your
  193.      word processor, you can search for and replace these
  194.      codes with the codes necessary to turn italics (or
  195.      underlining) on and off.  All records with a 'Y' in
  196.      the 'Book?' field will have codes inserted (if you
  197.      select WP format for bibliography format--which then
  198.      offers you the option of inserting codes.  With
  199.      registered version you can substitute your own codes
  200.      and set the default value (Y or N) for the 'Book?'
  201.      field.
  202.  
  203.   o  You may modify field labels and field names if desired.
  204.      Registered version allows you to rename Author, Title,
  205.      Publisher, Location and Subject fields. Shareware version
  206.      allows modification of Location field only. Use the
  207.      utility BIBLTOOL.EXE (distributed with the registered
  208.      version of BIBL) to create/modify the DBL file.
  209.      BIBL.DOC (Appendix A) for complete details...
  210.  
  211.   o  Registered version: If you want to create a bibliography
  212.      but select the fields to be included in the export file
  213.      (as you can do with the User-Selects option under the
  214.      Export menu), try this:
  215.  
  216.      1. Run BIBLIOGRAPHY under Export Menu and select DATABASE
  217.         Output.
  218.      2. Once that finishes, select your 'new' database
  219.         (containing matches from your bibliography search)
  220.         from BIBL's main menu.
  221.      3. Now go to Export menu and pick User-Selects.
  222.  
  223.      You final report will contain only those records that
  224.      'matched' the search text you used to create the
  225.      bibliography file in step 1.
  226.  
  227.   o  Don't use a $ in your entries for the value field. Just
  228.      enter the value as a decimal number (e.g., 29.95 for
  229.      $ 29.95). BIBL will attempt to convert strings that
  230.      contain $'s into numbers but why introduce a problem?
  231.  
  232.      Note that the value field is included in a BIX file.
  233.      If you need a printout with value (for example, for
  234.      insurance purposes), print the BIX file out with a
  235.      word processor.  You may also ask BIBL to put the
  236.      value field in an export file created under the
  237.      User-Selects option (option M under Export).
  238.  
  239.   o  GMUtant OnLine BBS (703) 993-2219 is your source for updates.
  240.  
  241.      You may also obtain BIBL updates via 'anonymous' ftp from
  242.               ftp.gmu.edu (in the pub/library directory).
  243.  
  244.   o  Other BIBL related products (distributed with the registered
  245.      version of BIBL):
  246.  
  247.      BIBL286 -  a version of BIBL compiled expressely for
  248.                 80286/80386/80486 processors. Included with
  249.                 registered version of BIBL.
  250.  
  251.      MAKEBIX -  Convert ERIC, PsycInfo, MEDLINE, AGRICOLA,
  252.                 ABI-INFORM downloads into BIBL records. Also
  253.                 processes NOTIS OPAC (5.x or later) screen
  254.                 dump files. Creates a BIX file suitable
  255.                 for import into BIBL. Included with
  256.                 registered version of BIBL.
  257.  
  258.      TAG2BIX -  Like MAKEBIX but specific to Dialog tagged
  259.                 files. TAG2BIX supports multiple configuration
  260.                 files (one for each input source).
  261.  
  262.      BIBLPCX  - utility program for viewing PCX files when
  263.                 linked to a BIBL record. BIBLPCX supports
  264.                 scrolling the image file and uses conventional,
  265.                 XMS, EMS, or disk memory to provide a
  266.                 virtual buffer for fast operation.  Included
  267.                 with registered version of BIBL. Shareware
  268.                 version of BIBL does not support image files.
  269.  
  270.      BIBLTOOL - a variety of functions in a single program:
  271.  
  272.                 o create/modify values in the BIBL.INI file
  273.                 o convert BIBL databases to dBASE III/III+
  274.                   or dBASE IV files.
  275.                 o convert a comma-delimited file to a BIX file
  276.                 o repair/rebuild a database
  277.                 o convert an older (pre 8.x) BIBL database to
  278.                   the 8.x structure
  279.                 o create/modify *.DBL (new field label) file(s)
  280.                   for databases where you want different field
  281.                   labels.
  282.  
  283.      GMUtant Software also produces a network (multi-user)
  284.      version of BIBL:
  285.  
  286.      BIBL/NET - A multiuser version of BIBL (for NOVELL or
  287.                 NETBIOS networks (please specify)).
  288.  
  289.                 Supports full locking security during operation
  290.                 and offers other network-specific features.
  291.                 Six levels of security govern which users
  292.                 access which features. Databases created
  293.                 by single-user version of BIBL are compatible
  294.                 with BIBL/NET.
  295.  
  296.                 Two versions:  50 simultaneous users.
  297.                               100 simultaneous users.
  298.  
  299.   o  Any ASCII file named BIBL.HLP can be displayed in place of
  300.      this file.  Just be sure to create the file using an ASCII
  301.      word processor (e.g., a programming editor like QEDIT).
  302.  
  303.                             ====== * =======
  304.